CascadeHeaderItem

fun CascadeHeaderItem(title: String, contentColor: Color, onClick: () -> Unit)

Represents a header item of the menu.

Parameters

title

The title of the header item.

contentColor

The color of the content.

onClick

Callback for when the header item is clicked.